Compare commits
2 commits
d67d2bc518
...
fd32d625a8
Author | SHA1 | Date | |
---|---|---|---|
fd32d625a8 | |||
34e0527daf |
2 changed files with 2 additions and 18 deletions
|
@ -1,17 +0,0 @@
|
||||||
# This file is part of SSHare.
|
|
||||||
#
|
|
||||||
# SSHare is free software: you can redistribute it and/or modify it under the terms of
|
|
||||||
# the GNU General Public License as published by the Free Software Foundation,
|
|
||||||
# either version 3 of the License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# SSHare is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
||||||
# WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
||||||
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
||||||
# more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License along with
|
|
||||||
# SSHare. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
from main import main
|
|
||||||
|
|
||||||
main()
|
|
|
@ -24,12 +24,13 @@ import tomllib
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from sshare.version import version
|
|
||||||
|
|
||||||
from sshare.plugins.config import Flag
|
from sshare.plugins.config import Flag
|
||||||
from sshare.plugins.config import NoArgument
|
from sshare.plugins.config import NoArgument
|
||||||
from sshare.plugins.config import NoDefault
|
from sshare.plugins.config import NoDefault
|
||||||
|
|
||||||
|
from sshare.version import version
|
||||||
|
|
||||||
class Congloggerate:
|
class Congloggerate:
|
||||||
def __init__(self, loggers):
|
def __init__(self, loggers):
|
||||||
def info(message):
|
def info(message):
|
||||||
|
|
Loading…
Reference in a new issue