[go: up one dir, main page]

Menu

[84dbf5]: / run_from_source.py  Maximize  Restore  History

Download this file

11 lines (8 with data), 169 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
A launcher for running reggata from source.
"""
if __name__ == "__main__":
import reggata
reggata.main()