mirror of
https://github.com/sashacmc/photo-importer.git
synced 2024-11-16 10:08:40 +02:00
7 lines
80 B
Python
Executable File
7 lines
80 B
Python
Executable File
#!/usr/bin/python3
|
|
|
|
import photo_importer.server
|
|
|
|
|
|
photo_importer.server.main()
|