Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
relay
b6494849b530c3ce47626b5763f9b0ecadb09dbb
b6494849b530c3ce47626b5763f9b0ecadb09dbb
Switch branch/tag
relay
relay
__init__.py
Find file
Normal view
History
Permalink
__init__.py
103 Bytes
Newer
Older
Reorganize codebase
Izalia Mae
committed
May 06, 2022
1
__version__
=
'0.2.0'
add skeleton
kaniini
committed
Aug 10, 2018
2
Reorganize codebase
Izalia Mae
committed
May 06, 2022
3
from
aiohttp.web
import
Application
add skeleton
kaniini
committed
Aug 10, 2018
4
Reorganize codebase
Izalia Mae
committed
May 06, 2022
5
from
.
import
logger
more skeleton
kaniini
committed
Aug 10, 2018
6
7
Reorganize codebase
Izalia Mae
committed
May 06, 2022
8
app
=
Application
()