mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 00:07:21 +00:00
6 lines
66 B
Python
6 lines
66 B
Python
import party.main as main
|
|
|
|
|
|
def create_app():
|
|
return main.app
|