parent
71f2370dad
commit
2d8c6320dc
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
"""Continuous Deployment."""
|
||||
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#! /usr/bin/env python3
|
||||
|
||||
"""Entry point to either bootstrap or command."""
|
||||
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
|
|
Loading…
Reference in a new issue