init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from .bash import BashActivator
|
||||
from .batch import BatchActivator
|
||||
from .cshell import CShellActivator
|
||||
from .fish import FishActivator
|
||||
from .nushell import NushellActivator
|
||||
from .powershell import PowerShellActivator
|
||||
from .python import PythonActivator
|
||||
|
||||
__all__ = [
|
||||
"BashActivator",
|
||||
"PowerShellActivator",
|
||||
"CShellActivator",
|
||||
"PythonActivator",
|
||||
"BatchActivator",
|
||||
"FishActivator",
|
||||
"NushellActivator",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue