Skip to content

Commit 2b890c0

Browse files
authored
Tempo API wrap from API Specs (#1575)
* Confluence: Prepare dedicated module * Fix tests * Tempo API wrap from API specs #446
1 parent e1952ea commit 2b890c0

21 files changed

+6472
-0
lines changed

atlassian/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from .portfolio import Portfolio
1717
from .service_desk import ServiceDesk
1818
from .service_desk import ServiceDesk as ServiceManagement
19+
from .tempo import TempoCloud, TempoServer
1920
from .xray import Xray
2021

2122
__all__ = [
@@ -35,4 +36,6 @@
3536
"Insight",
3637
"Assets",
3738
"AssetsCloud",
39+
"TempoCloud",
40+
"TempoServer",
3841
]

0 commit comments

Comments
 (0)