forked from ScoDoc/ScoDoc
8 lines
76 B
Python
8 lines
76 B
Python
# -*- coding: UTF-8 -*
|
|
import os
|
|
import click
|
|
|
|
|
|
def register(app):
|
|
pass
|