adjust code structure

This commit is contained in:
debugtalk
2017-09-22 11:48:29 +08:00
parent 7aefc7a13b
commit bcd879db99
3 changed files with 133 additions and 86 deletions

View File

@@ -27,3 +27,6 @@ class VariableNotFound(NameError):
class ApiNotFound(NameError):
pass
class SuiteNotFound(NameError):
pass