7 lines
141 B
Python
7 lines
141 B
Python
#! python3 -m flashtool
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import family_register.app
|
|
|
|
if __name__ == '__main__':
|
|
family_register.app.run()
|